home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / master11.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  361 b   |  15 lines

  1. on mouseUp
  2.   global k, gReadMe, gReadVoice1, gReadVoice2, gReadVoice3, gReadVoice4
  3.   if k = 0 then
  4.     set the visible of sprite 18 to 1
  5.     if (gReadMe = 1) and (gReadVoice1 = 1) then
  6.       puppetSound("a11-1vOx.wav")
  7.       set gReadVoice1 to 2
  8.     end if
  9.     set gReadVoice4 to 1
  10.     set gReadVoice2 to 1
  11.     set gReadVoice3 to 1
  12.     go("pane1")
  13.   end if
  14. end
  15.